home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 16 / PC Actual CD 16.iso / autocad / R14101.DXR / 00187_wait 1 sec.ls < prev    next >
Encoding:
Text File  |  1997-04-24  |  115 b   |  9 lines

  1. on exitFrame
  2.   CheckForRollovers()
  3.   if the timer < 60 then
  4.     go(the frame)
  5.   else
  6.     startTimer()
  7.   end if
  8. end
  9.